home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Development Libraries / SGI IRIX 6.2 Development Libraries.iso / dist / complib.idb / usr / share / catman / p_man / cat3 / complib / CG.z / CG
Text File  |  1996-03-14  |  4KB  |  67 lines

  1.  
  2.  
  3.  
  4. ____CCCCGGGG((((3333FFFF))))                                                                ____CCCCGGGG((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      CG, SCG   -  EISPACK routine.  This subroutine calls the recommended
  10.      sequence of subroutines from the eigensystem subroutine package (EISPACK)
  11.      to find the eigenvalues and eigenvectors (if desired) of a COMPLEX
  12.      GENERAL matrix.
  13.  
  14.  
  15. SSSSYYYYNNNNOOOOPPPPSSSSYYYYSSSS
  16.           ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee  ccccgggg((((nnnnmmmm,,,,nnnn,,,,aaaarrrr,,,,aaaaiiii,,,,wwwwrrrr,,,,wwwwiiii,,,,mmmmaaaattttzzzz,,,,zzzzrrrr,,,,zzzziiii,,,,ffffvvvv1111,,,,ffffvvvv2222,,,,ffffvvvv3333,,,,iiiieeeerrrrrrrr))))
  17.  
  18.           iiiinnnntttteeeeggggeeeerrrr          nnnnmmmm,,,, nnnn,,,, mmmmaaaattttzzzz,,,, iiiieeeerrrrrrrr
  19.           ddddoooouuuubbbblllleeee pppprrrreeeecccciiiissssiiiioooonnnn aaaarrrr((((nnnnmmmm,,,,nnnn)))),,,, aaaaiiii((((nnnnmmmm,,,,nnnn)))),,,, wwwwrrrr((((nnnn)))),,,,  wwwwiiii((((nnnn))))
  20.           ddddoooouuuubbbblllleeee pppprrrreeeecccciiiissssiiiioooonnnn zzzzrrrr((((nnnnmmmm,,,,nnnn)))),,,, zzzziiii((((nnnnmmmm,,,,nnnn)))),,,, ffffvvvv1111((((nnnn)))),,,, ffffvvvv2222((((nnnn)))),,,, ffffvvvv3333((((nnnn))))
  21.           ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee ssssccccgggg((((nnnnmmmm,,,,nnnn,,,,aaaarrrr,,,,aaaaiiii,,,,wwwwrrrr,,,,wwwwiiii,,,,mmmmaaaattttzzzz,,,,zzzzrrrr,,,,zzzziiii,,,,ffffvvvv1111,,,,ffffvvvv2222,,,,ffffvvvv3333,,,,iiiieeeerrrrrrrr))))
  22.  
  23.           iiiinnnntttteeeeggggeeeerrrr          nnnnmmmm,,,, nnnn,,,, mmmmaaaattttzzzz,,,, iiiieeeerrrrrrrr
  24.           rrrreeeeaaaallll             aaaarrrr((((nnnnmmmm,,,,nnnn)))),,,, aaaaiiii((((nnnnmmmm,,,,nnnn)))),,,, wwwwrrrr((((nnnn)))),,,,  wwwwiiii((((nnnn))))
  25.           rrrreeeeaaaallll             zzzzrrrr((((nnnnmmmm,,,,nnnn)))),,,, zzzziiii((((nnnnmmmm,,,,nnnn)))),,,, ffffvvvv1111((((nnnn)))),,,, ffffvvvv2222((((nnnn)))),,,, ffffvvvv3333((((nnnn))))
  26.  
  27.  
  28.  
  29. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  30.      On INPUT
  31.  
  32.      NNNNMMMM must be set to the row dimension of the two-dimensional array
  33.      parameters as declared in the calling program dimension statement.
  34.  
  35.      NNNN is the order of the matrix  A=(AR,AI).
  36.  
  37.      AAAARRRR and  AI  contain the real and imaginary parts, respectively, of the
  38.      complex general matrix.
  39.  
  40.      MMMMAAAATTTTZZZZ is an integer variable set equal to zero if only eigenvalues are
  41.      desired.  Otherwise it is set to any non-zero integer for both
  42.      eigenvalues and eigenvectors.  On OUTPUT
  43.  
  44.      WWWWRRRR and  WI  contain the real and imaginary parts, respectively, of the
  45.      eigenvalues.
  46.  
  47.      ZZZZRRRR and  ZI  contain the real and imaginary parts, respectively, of the
  48.      eigenvectors if MATZ is not zero.
  49.  
  50.      IIIIEEEERRRRRRRR is an integer output variable set equal to an error completion code
  51.      described in section 2B of the documentation.  The normal completion code
  52.      is zero.
  53.  
  54.      FFFFVVVV1111 , FV2, and  FV3  are temporary storage arrays. Questions and comments
  55.      should be directed to B. S. Garbow, APPLIED MATHEMATICS DIVISION, ARGONNE
  56.      NATIONAL LABORATORY
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.